Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit d7531645f4f15de30734deb839afe022cb5eb7b5


Parents : b6c5516
Author : Ivan <ivan@quad4.io>
Signature : Invalid signer <e46112d44649266d71fe2193e00a4710>, author is <ivan@quad4.io>
Date : 2026-07-07T22:42:59-05:00

chore(config): add temp-tests directory to .prettierignore and eslint configuration to exclude temporary test files

Changes

2 files changed, 2 insertions(+), 0 deletions(-)


Diff

diff --git a/.prettierignore b/.prettierignore
index 7fc4b14b..8719de80 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -27,6 +27,7 @@ meshchatx/src/frontend/style.css
# Other
storage/
+temp-tests/
__pycache__/
.venv/
MagicMock/

diff --git a/eslint.config.mjs b/eslint.config.mjs
index 492c73d9..c6dbc1b9 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -34,6 +34,7 @@ export default [
"**/*.wasm",
"**/*.proto",
"**/tests/**",
+ "**/temp-tests/**",
"**/.pnpm-store/**",
"**/packaging/**",
],


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────